home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Weubblers handler.adf / Docs / AMIGADOS / ActionWriteProtect.Doc < prev   
Text File  |  1989-01-08  |  392b  |  24 lines

  1.  
  2. ActionWriteProtect
  3.  
  4.  
  5. Name:
  6.         ActionWriteProtect - Stelle fest ob WriteProtect-Switch gesetzt
  7.  
  8. Ergebnis in MotorMsg->Error:
  9.          0 wenn Switch nicht gesetzt
  10.         <0 bei Fehler oder wenn Switch gesetzt
  11.  
  12. Beschreibung:
  13.  
  14. Beispiel:
  15.         InitMotor();
  16.  
  17.         MotorMsg->Action=ActionWriteProtect;
  18.         MotorMsg->Drive=drive;
  19.  
  20.         DoAction();
  21.  
  22. Bekannte Fehler:
  23.         Keine
  24.